home *** CD-ROM | disk | FTP | other *** search
/ Deathware - The Ultimate…ction of Killer Shareware / Deathware - The Ultimate Collection of Killer Shareware (Mindscape) (Disc 1) (1996).iso / install.bat next >
DOS Batch File  |  1996-07-25  |  736b  |  29 lines

  1. echo off
  2. cls
  3. echo.                         
  4. echo.                                   
  5. echo.
  6. echo.
  7. echo.
  8. echo You are about to install the Shareware version, Episode 1,
  9. echo of Quake to your harddrive.  In case you don't already know
  10. echo this, the FULL registered version is also included in encrypted
  11. echo form on this same CD ROM.  To get to it, start Windows and run
  12. echo SETUP.EXE from the root of the CD. Double-click the Quake icon,
  13. echo then click on the unlock button on the main screen.
  14. echo.
  15. echo To continue with your DOS only, shareware only, install, type Y.
  16. echo.
  17. choice /c:yn Yes or No  
  18.  
  19. if errorlevel 2 goto bye
  20. if errorlevel 1 goto install 
  21.  
  22. :install
  23. cd quake_sw
  24. install.bat
  25. goto bye
  26.  
  27. :bye
  28.  
  29.